home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / Makefile.sgi < prev    next >
Encoding:
Makefile  |  1998-08-12  |  412 b   |  21 lines

  1. #!smake
  2. #
  3. # Copyright (c) Mark J. Kilgard, 1995, 1997, 1998.
  4. #
  5. include $(ROOT)/usr/include/make/commondefs
  6.  
  7. TOP = ../..
  8.  
  9. SUBDIRS = ideas atlantis walker yacme glutmech geoface \
  10.   chess rollercoaster underwater opengl_logo bluepony \
  11.   lorenz smooth gliq glflare bounce skyfly sysview \
  12.   particle newave
  13.  
  14. default $(COMMONTARGS): $(_FORCE)
  15.     $(SUBDIRS_MAKERULE)
  16.  
  17. $(SUBDIRS): $(_FORCE)
  18.     cd $@; $(MAKE)
  19.  
  20. $(_FORCE):
  21.